projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0563074
)
Include stdio.h before config.h.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 17 Jan 1994 01:38:26 +0000
(
01:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 17 Jan 1994 01:38:26 +0000
(
01:38
+0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index fbcaf5330be070dbc7c9ca5c3c462978ecbdbd00..badc2d1a82b35b4c6343820bfe27a460e26ca57f 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-19,9
+19,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <signal.h>
+#include <stdio.h>
#include <config.h>
-#include <stdio.h>
#include <ctype.h>
#include "lisp.h"